The note request information structure contains information for allocating a note channel that's additional to that included in a tone description structure. It is defined by the NoteRequestInfo data type.
struct NoteRequestInfo {
UInt8 flags;
UInt8 reserved;
short polyphony;
Fixed typicalPolyphony;
};
typedef struct NoteRequestInfo NoteRequestInfo;